type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecBinaryInt64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L326: 			return encodePlanNumericCodecBinaryInt64Valuer{}
		numeric.go#L380: type encodePlanNumericCodecBinaryInt64Valuer struct{}
		numeric.go#L382: func (encodePlanNumericCodecBinaryInt64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {